-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WFCORE-6802 [Preview] OCSP stapling support #5999
base: main
Are you sure you want to change the base?
Conversation
Hello, PrarthonaPaul. I'm waiting for one of the admins to verify this patch with /ok-to-test in a comment. |
elytron/src/main/java/org/wildfly/extension/elytron/SSLDefinitions.java
Outdated
Show resolved
Hide resolved
fce5dab
to
12a15e7
Compare
Assert.assertEquals(SUCCESS, services.executeOperation(operation).get(OUTCOME).asString()); | ||
} | ||
|
||
// @Test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is commented out because when executing these commands from a test, the following line fails when creating the client context.
wildfly-core/controller/src/main/java/org/jboss/as/controller/OperationContextImpl.java
Line 629 in e409c5b
assert isControllingThread(); |
However, when running this add command from the management CLI, this does not fail. I am not sure if that failure is expected due to the set up of the tests.
ff90ab3
to
3acf1d9
Compare
3acf1d9
to
ae179c3
Compare
ae179c3
to
4b48400
Compare
There has been no activity on this PR for 45 days. It will be auto-closed after 90 days. |
Issue: https://issues.redhat.com/browse/WFCORE-6802
Bump issue: https://issues.redhat.com/browse/WFCORE-6879
Depends on: wildfly-security/wildfly-elytron#2144
Proposal Doc: wildfly/wildfly-proposals#564
Todo:
fix client-ssl-context subsystem test (please see comment #5999 (comment))